local scope meaning in English
本地作用域
局部范围
区域范围
Examples
- Individual attributes can override this setting for the local scope using the
属性为局部范围重写此设置。 - Individual elements can override this setting for the local scope by using the
属性为局部范围重写此设置。 - Class definitions place yet another namespace in the local scope
类定义也是局部作用域中的另一个命名空间。 - For loop s initializer remains in scope until the local scope ends
循环的初始值设定项保持在范围内,直到局部范围结束。 - Usually , the local scope references the local names of the ( textually ) current function
从文本意义上讲,局部作用域引用当前函数的命名。